home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / lan / nsh221r4.zip / NSH220.4 / SYSTEM / AIOCOMX.TXT < prev   
Text File  |  1994-06-28  |  5KB  |  139 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              AIOCOMX V.2.11
  5. DOCUMENT ID:        TID250188
  6. DOCUMENT REVISION:  B
  7. DATE:               27JUN94
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         COMX.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare Global MHS 2.0
  14.  
  15. ABSTRACT:
  16.  
  17. A stand alone release of AIO.NLM and AIOCOMX.NLM, for Global MHS users.  
  18.  
  19. ──────────────────────────────────────────────────────────────────────────────
  20. DISCLAIMER
  21. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL.  NOVELL
  22. MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION.  HOWEVER, THE
  23. INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL
  24. MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  25. ──────────────────────────────────────────────────────────────────────────────
  26.  
  27. SYMPTOM
  28.  
  29. COMX.EXE provides AIOCOMX.NLM and AIO.NLM for Novell asynch products.
  30.  
  31. SOLUTION
  32.  
  33. Use the files in COMX.EXE according to the instructions below.
  34.  
  35. 1. AIO requires that the comm ports be numbered starting from zero and that
  36. they have contiguous numbers.  Therefore include a "node=" parameter on the
  37. command line.  
  38. For example:
  39.   LOAD AIOCOMX PORT=3F8 INT=4 NODE=0 NAME=COM1
  40.  
  41. sets the board number for this invocation of the driver to zero.  Succeeding
  42. load commands for the driver require "node=1", "node=2" ... 
  43. 2.  AIOCOMX determines whether or not the port has a 16550 UART.  If a 16550
  44. UART is detected, the maximum port speed defaults to 19.2kbps.  If a 16550
  45. UART is not detected the maximum port speed defaults to 2400bps.  However,
  46. some devices (including many internal modems) are capable of properly
  47. supporting a higher speed than the default values.
  48.  
  49. If you have a buffered device capable of supporting speeds higher than the
  50. default rate, use the following load command where N is the maximum speed
  51. rating override:
  52. For example:  
  53.      LOAD AIOCOMX MAXRATE=14400 PORT=3F8 INT=4 NODE=0 NAME=BOARD0
  54. would set an internal modem at comm1 to 14.4.
  55.  
  56. NOTE!! In theory, very high speeds can be set.   
  57. However, it is important the MAXRATE command not be abused.
  58.   A. The practical safe speed is determined by the buffering ability of the
  59. communications device.
  60.   B. Even with extremely capable devices, speeds above 38400 are likely to
  61. result in lost characters.
  62.   C. The CPU of a busy file server will be stressed, if it has to drive a comm
  63. port at very high speeds.   
  64.  
  65. 3. Other available AIOCOMX load parameters are:
  66. - PORT=N
  67. Where N is the hexadecimal port address which the device resides.
  68.  
  69. - INT=N
  70. Where N is the interrupt number assigned to the particular port.
  71.  
  72. - NAME=Y  
  73. Where Y is the user defined name which correlated to the board loaded.
  74.  
  75. - NODE=N  
  76. Where N is the decimal number which will override the hardware defined board
  77. number.  Ordinarily COM1 is assigned board 0, and COM2 is assigned board 1.
  78.  
  79. - FORCE   
  80. FORCE overrides hardware device validation, resulting in the driver using the
  81. specified hardware resources regardless of whether they exist.
  82.  
  83. - NOFIFO
  84. NOFIFO will override the automatic selection of 16550 FIFO mode. Regardless of
  85. whether 16500 FIFO mode capability has been detected.
  86.  
  87. - RXT=N  
  88. Where N is the default override value to use for the transmitter data queue,
  89. when 16550 FIFO mode has been selected.
  90.  
  91. - TXQ=N   
  92. Where N is the default override value to use for transmitter data queue, when
  93. 16550 FIFO mode has been selected.
  94.  
  95. Self-Extracting File Name:  COMX.EXE   
  96.  
  97. Files Included     Size     Date       
  98.      
  99. COMX.TXT      ( This File ) 
  100. AIO.NLM             83033          5-4-94
  101. AIOCOMX.NLM    17537          6-1-94
  102.  
  103. Installation Instructions: 
  104.  
  105. Copy AIO.NLM and AIOCOMX.NLM to the SYSTEM subdirectory of the SYS Volume. 
  106.  
  107. Patch History:
  108.  
  109. This release of AIO.NLM and AIOCOMX.NLM is supersedes all prior versions for
  110. Global MHS.  
  111. NOTE: These files also work with NetWare Connect 1.0.  However, NetWare
  112. Connect administrators should download the latest specific NetWare Connect
  113. patch.  
  114.  
  115.  
  116. Performance Issues:
  117.  
  118. 1. AIOCOMX automatically configures itself to run in enhanced (FIFO) mode if
  119. it detects a 16550 UART.  The receiver data threshold and transmit queues for
  120. the FIFOs can be changed by the user if this mode is allowed, but their
  121. default values are probably optimal.  If a 16550 device is not present in your
  122. system the user is prohibited from attempting to place the driver in enhanced
  123. mode.
  124.  
  125. 2. Only ONE port is loaded for each installation of the driver.
  126.  
  127. 3. Operates in both NetWare 3.x and 4.x environments.
  128.  
  129. 4. Multiple command line options available at driver load time.
  130.  
  131. 5. Driver command line load information is available by entering 'LOAD AIOCOMX
  132. ?' at server prompt.  (The driver will not be loaded.)
  133.  
  134. 6. Allows AIO applications to use the built in serial ports on the server or
  135. those of an add in card that emulates standard serial ports.  Up to four such
  136. ports can be supported.  Each port requires it's own interrupt.
  137.  
  138.  
  139.